Finds Pets by status
Get | findPetsByStatus |
Resource Path: /pet/findByStatus
Name | Description | Data Type |
---|---|---|
status | Status values that need to be considered for filter | Array[string] |
The response body is of type Array[Pet].
successful operationFault | Description |
---|---|
400 | Invalid status value |